body{font-family: "微软雅黑";font-size: 16px;}
a{color: #333;text-decoration: none;}
a:hover{color: #888;}

/* 去除圆角 */
.card,.card-img-top,.btn {
    border-radius: 0;
}
/* 鼠标悬停图片高亮 */
a:hover img {filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8} 

/* —————————————————————————————— */
/* 首页 */
/* —————————————————————————————— */

/* 轮播 */
.banner_item{
    height: 500px;
    background: no-repeat center;
    /* background-size: cover; */
}
/* 轮播指示改为圆点 */
.carousel-indicators li {
    width: 8px !important ;
    height: 8px !important ;
    border-radius: 100%;
}

/* 服务图标 */
.bi {
    line-height: 1em;
}
/* .bi {
      margin: 0,0.25rem;
      font-size: 2rem;
    } */

/* 联系方式图标 */
.contact-bi {
    margin: 0.25rem;
    padding-right: 1rem;
    font-size: 1.2rem;
    color: gray;
}

/* 案例 */
a.home-case-link:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    } /* 首页案例图片,鼠标滑过产生阴影效果 */

/* 视差背景 */
.bg-banner {
    min-height: 180px;
}
.bg-banner-about {
    min-height: 360px;
}
.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

/* 合作客户LOGO */
.logo-clients {
    text-align: center;
    outline: 1px solid #ddd;
    outline-offset: -0.3em;
    padding: 0.1em;
    /* margin: 5px; */
    /* -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease; */
}
.logo-clients img {
    max-width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    opacity: 0.3;
    transition: all 0.6s ease 0s;
}

.logo-clients img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    opacity: 1;
    transition: all 0.6s ease 0s;
}

/* —————————————————————————————— */
/* 案例展示 */
/* —————————————————————————————— */

/* 吉祥物图片圆角 */
.rounded-5 {
    border-radius: .5em;
    border: 1px solid #eee;
}

/* —————————————————————————————— */
/* 消息中心 */
/* —————————————————————————————— */

/* 首行缩进2个字符 */
.text-2em{
    text-indent:2em;
}

/* —————————————————————————————— */
/* WP主题补充属性，在WP主题中启用 */
/* —————————————————————————————— */

/* 当前页面菜单高亮 */

[aria-current=page] {
    color:#fff !important;
}
